home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Periodicals / develop / develop 10 code / LWFontUtility / NamerUtil / MakeFile next >
Encoding:
Makefile  |  1992-04-08  |  876 b   |  27 lines  |  [TEXT/MPS ]

  1. #########################################################################################
  2. #
  3. # makefile - make rules for NamerUTIL, stand-alone file version
  4. #
  5. # Written by Bryan K. Ressler (Beaker), 10/8/91
  6. #
  7. #########################################################################################
  8.  
  9. # set up variables that describe the UTIL's ID and resource space base ID
  10. UTILID = 150
  11. ResSpace = 18200
  12. UTILName = "Rename Printer…"
  13.  
  14. COptions = -b -mbg full -sym off -r
  15. AOptions = -d ResSpace={ResSpace}
  16. LOptions = -t UTIL -c UtIn -sym off
  17. ROptions = -a -d UTILID={UTILID} -d ResSpace={ResSpace}
  18. Objects = UTILHead.a.o NamerUTIL.c.o "{Libraries}Interface.o"
  19.  
  20. NamerUTIL ƒ {Objects} NamerUTIL.r Makefile
  21.     Rez {ROptions} -o NamerUTIL NamerUTIL.r
  22.     Link {LOptions} ∂
  23.         -rt UTIL={UTILID} ∂
  24.         -sn Main={UTILName} ∂
  25.         -o NamerUTIL {Objects}
  26.     Beep 1c,5 1e,5 1g,5 2c,5 2c,5,0 1g,5 2c,10
  27.